Interface symantec.itools.db.beans.binding.PersistentDataSource
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.binding.PersistentDataSource

public interface PersistentDataSource

Variable Index

 o CLEAR_ALL_DATA
 o SAVE_ALL_DIRTY_DATA
 o SAVE_CURRENT_RECORD
 o SAVE_DELETED_DIRTY_DATA

Method Index

 o commitState()
 o getConnection()
 o isDirty()
 o isEmpty()
 o save()
 o saveAll()
 o saveAll(int)
 o setMarkedAsDeleted()
 o undoChanges()

Variables

 o CLEAR_ALL_DATA
public static final int CLEAR_ALL_DATA
 o SAVE_ALL_DIRTY_DATA
public static final int SAVE_ALL_DIRTY_DATA
 o SAVE_CURRENT_RECORD
public static final int SAVE_CURRENT_RECORD
 o SAVE_DELETED_DIRTY_DATA
public static final int SAVE_DELETED_DIRTY_DATA

Methods

 o commitState
public abstract void commitState()
 o getConnection
public abstract symantec.itools.db.beans.binding.Connection getConnection()
 o isDirty
public abstract boolean isDirty()
 o isEmpty
public abstract boolean isEmpty()
 o save
public abstract void save()
 o saveAll
public abstract int saveAll()
 o saveAll
public abstract int saveAll(int resolution) throws SQLException
 o setMarkedAsDeleted
public abstract void setMarkedAsDeleted()
 o undoChanges
public abstract void undoChanges()

All Packages  Class Hierarchy  This Package  Previous  Next  Index